home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_s / sm20a.zip / TAYLOR.SM < prev    next >
Text File  |  1992-03-28  |  104b  |  6 lines

  1. define(TAYLOR(y,k)=sum(d(y, x=0, n)*x^n/n!, n from 0 to k))
  2. TAYLOR(exp(x),4)
  3. TAYLOR(sin(x),6)
  4.  
  5. end
  6.